Skip to content

kadamabg/openpdf-1.0.5java7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPDF is a Java PDF library, forked from iText

OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText 4. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

Join the chat at https://gitter.im/LibrePDF/OpenPDF Build Status Maven Central License (LGPL version 3.0) License (MPL)

OpenPDF version 1.0.4 released 2017-10-11

Get version 1.0.4 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.4

Previous Versions

License

GNU General Lesser Public License (LGPL) version 3.0 - http://www.gnu.org/licenses/lgpl.html

Mozilla Public License Version 2.0 - http://www.mozilla.org/MPL/2.0/

Use OpenPDF as Maven dependency

Add this to your pom.xml file:

    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openpdf</artifactId>
        <version>1.0.5java7</version>
    </dependency>

Background

Beginning with version 5.0 of iText, the developers have moved to the AGPL to improve their ability to sell commercial licenses. The OpenPDF project is a fork of iText 4, with a LGPL and MPL open source license.

Changes

This repo has the following changes from the old "original" 4.2.0 version:

Contributing

Release the hounds! Please send all pull requests.

Dependencies

Required:

  • BouncyCastle 1.66
    • Provider
    • PKIX/CMS
  • PDFRenderer
  • DOM4j

Optional:

  • JUnit 4 - for unit testing
  • JFreeChart - for testing graphical examples
    • JFreeChart
    • JCommon
    • Servlet

About

This modified open source code of openpdf 1.0.5 https://github.com/LibrePDF/OpenPDF/tree/1.0.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages